Sqlite3验证用户和密码 # -*- coding:utf-8 -*- import sqlite3,os,hashlib,time import getpass # pycharm不支持getpass包, ...